home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / discover.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  235 b   |  16 lines

  1. on exitFrame
  2.   if rollOver(9) then
  3.     go("devmenu1")
  4.   else
  5.     if rollOver(11) then
  6.       go("devmenu3")
  7.     else
  8.       if rollOver(10) then
  9.         go(the frame)
  10.       else
  11.         go("devmenu")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.